public static PDFTextLineCollection wrapString( java.lang.String s, PDFFont font, PDFStringLayoutOptions stringLayoutOptions ) |
Parameters
- s
- String to wrap.
- font
- Font used to draw the text.
- stringLayoutOptions
- Options for text layout.
Return Value
A collection of text lines representing the wrapped text.